object Levels: TLevels Left = 342 Top = 123 HelpContext = 160 BorderStyle = bsDialog Caption = 'Choose an exercise setup' ClientHeight = 247 ClientWidth = 299 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 16 object Label2: TLabel Left = 10 Top = 10 Width = 131 Height = 16 Caption = 'Userdefined setups:' end object Bevel1: TBevel Left = 3 Top = 5 Width = 200 Height = 240 Style = bsRaised end object Label1: TLabel Left = 211 Top = 97 Width = 85 Height = 35 AutoSize = False Caption = '* = personal files' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object ListBox2: TListBox Left = 10 Top = 27 Width = 186 Height = 185 ItemHeight = 16 Sorted = True TabOrder = 0 OnClick = ListBox2Click OnDblClick = ListBox2DblClick end object BitBtn1: TBitBtn Left = 209 Top = 5 Width = 87 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = BitBtn1Click NumGlyphs = 2 end object BitBtn2: TBitBtn Left = 114 Top = 215 Width = 82 Height = 20 Caption = 'Other...' TabOrder = 2 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 209 Top = 32 Width = 87 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 end object BitBtn4: TBitBtn Left = 209 Top = 58 Width = 87 Height = 23 HelpContext = 160 Caption = '&Help' TabOrder = 4 OnClick = BitBtn4Click NumGlyphs = 2 end object OpenDialog1: TOpenDialog HelpContext = 160 DefaultExt = 'EAR' Filter = 'EarMaster|*.EAR' Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist] Title = 'Load Exercise Setup' Left = 258 Top = 206 end end